@charset "utf-8";
/***
 *@title：reset.css PC端重置样式
 *@description：定义css reset、页面相关样式文件
 *@created by ：cheungfei
 *@create time：2019-07-10
 */

 /* Reset browser default styles
-------------------------------------------------------------------------------*/
*, *:before, *:after { box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
html, body{height: 100%; _background-image: url(about:blank); _background-attachment: fixed;}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, strong, b, em, i, pre, code, form, fieldset, legend, input, button, textarea, p, a, blockquote, th, td{margin: 0;padding: 0;}
fieldset, img { border: 0; }
img{vertical-align: middle; overflow: hidden; -ms-interpolation-mode:bicubic;}
dl{border:none;-webkit-margin-before: 0;-webkit-margin-after: 0;}
:focus { outline: 0; }
:link, :visited, ins { text-decoration: none; }
::-moz-selection {background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;text-shadow: none;}
::selection { background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0; text-shadow: none;}
:link, :visited, ins { text-decoration: none; }
body{font-size: 14px;line-height: 1.5;font-family:"Microsoft YaHei","arial","tahoma","sans-serif";color: #999;}
tt{font-family: "arial","Microsoft YaHei","tahoma","sans-serif";}
/* h1, h2, h3, h4, h5, h6{font-size: 100%;} */
h1, h2, h3, h4, h5, h6,address, caption, cite, code, dfn, i, em, strong, var, optgroup { font-style: normal; font-weight: normal; }
abbr, acronym { border: 0; font-variant: normal; }
input, button, textarea, select, optgroup, option { font-family: inherit; font-size: inherit; font-style: inherit; font-weight: inherit; }
input, button, textarea, select { *font-size: 100%;}
input, textarea, select{border: none;outline: none;font-family: "Microsoft YaHei";}
textarea { overflow:auto; vertical-align:top; resize: vertical; }
button, input { line-height:normal; *overflow:visible;outline:0;-webkit-appearance:none;}
button::-moz-focus-inner, input::-moz-focus-inner {border:0;padding:0;}
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor:pointer; -webkit-appearance:button; }
input[type="search"] { -webkit-appearance:textfield; -webkit-box-sizing:content-box; -moz-box-sizing:content-box; box-sizing:content-box; }
input[type="search"]::-webkit-search-decoration {-webkit-appearance:none;}
input[type='checkbox']{-webkit-appearance:checkbox;}
input[type='radio']{-webkit-appearance:radio;}
[disabled]{ cursor: not-allowed;}
code, kbd, samp, tt { font-size: 100%; }
ul, ol, li, dl, dt, dd{list-style: none outside none; }
table { border-collapse: collapse; border-spacing: 0; }
caption, th { text-align: left; }
th { font-weight:bold; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #eaeaea; margin: 1em 0; padding: 0;}
sup, sub { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline;}
sub { bottom: -0.25em;}
sup { top: -0.5em;}
small { font-size: 80%;}
b,strong { font-weight: bolder; }
em{ font-style: normal; }
pre{ white-space:pre; }
pre,code,tt{ font:12px 'andale mono', 'lucida console', monospace; line-height:1.5;}
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
a,area{ blr:expression(this.onFocus=this.blur()) }

input:-moz-placeholder, textarea:-moz-placeholder {color:#ccc}
input::-moz-placeholder, textarea::-moz-placeholder {color:#ccc}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {color:#ccc}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {color:#ccc}
input:-webkit-autofill,textarea:-webkit-autofill { -webkit-box-shadow: 0 0 0 1000px #f8f8f8 inset; }
input::-ms-clear,textarea::-ms-clear { display: none; }
input::-ms-reveal,textarea::-ms-reveal  { display: none; }

article, aside, details, figcaption, dialog, figure, footer, header, hgroup, nav, section, summary, menu { display:block; }
audio,canvas,progress,video { display:inline-block; *display:inline;*zoom:1;}
audio:not([controls]) {display:none; height: 0;}
progress { vertical-align: baseline;}
nav ul,nav ol { list-style: none; list-style-image: none;}
input[type="text"], input[type="button"], input[type="submit"], input[type="reset"] { -webkit-appearance: none; border-radius: 0 }
input[type="search"]{ -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box;}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{ -webkit-appearance: none;}
:-moz-placeholder,::-webkit-input-placeholder{color: #999;}
[hidden], template { display: none }
html { -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100% }

 /* Common CSS Class
-------------------------------------------------------------------------------*/
[class*="icon-"] {
	font-family: "iconfont" !important;
	font-size: inherit;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
body{background-color:#fff;width: 100%; height: 100%;-webkit-font-smoothing:subpixel-antialiased;-webkit-tap-highlight-color:rgba(0,0,0,0); }
a{color: #333;text-decoration: none; outline: none; background-color: transparent; -webkit-text-decoration-skip: objects; cursor: pointer; -moz-transition: all .2s linear 0s;-webkit-transition: all .2s linear;-webkit-transition-delay: 0s; -o-transition: all .2s linear 0s; transition: all .2s linear 0s;}
.fl{float: left;display: inline;}
.fr{float: right;display: inline;}
.fn{ float:none; }
.fn-clear{zoom: 1; *zoom:1; display:block;}
.fn-clear:after,.fn-clear:before{content:" ";display:table}
.fn-clear:after,.clearfix:after{content: '';display: block;clear:both}
/* .row { zoom:1; margin-left:-20px; } */
.row:before, .row:after { display:table; content:" "; zoom:1; *display:inline;}
.row:after { clear:both; }
.cell { display:table-cell; *display:inline-block; width:2000px; *width:auto;}
.cell_bk{display:table; width:100%; table-layout:fixed; word-wrap:break-word;}
.ell { -moz-text-overflow:ellipsis; text-overflow:ellipsis; white-space:nowrap; overflow:hidden; }
.overflow,.oh{ overflow:hidden; zoom:1; }
.hide, .none, .hidden, .dn{display:none !important;}
.block,.show, .db{ display:block !important; }
.dib {display:inline-block;zoom: 1;*display: inline;} 
.di { display: inline !important;; }
.hidden { visibility: hidden; }
.visible{ visibility:visible; }
.inline{ display:inline; }
.inlineBlock{ display:inline-block; *display:inline; zoom:1; }
.collapse{ border-collapse:collapse; }
.separate{ border-collapse:separate; }
.scroll{ overflow:scroll; }
.xScroll{ overflow-x:scroll; }
.yScroll{ overflow-y:scroll; }
.pr, .rel, .pos-r, .pos-rel { position:relative; }
.pa, .abs, .pos-a, .pos-abs { position:absolute; }
.pf,.pos-f, .pos-fix{ position:fixed; }
.plb{position: absolute;left: 0;bottom: 0;}
.prb{position: absolute;right: 0;bottom: 0;}
.abs-right{position:absolute;right:0}
.icon-size{ font-size: 49px;display: block;margin-bottom: 20px;}
.img-size{width: 100%;}
.bgfix {background-position: center center;background-repeat: no-repeat;background-size: cover;}
.tc { text-align: center !important; }
.tr { text-align: right !important; }
.tl { text-align: left !important; }
.tj {text-align: justify;}
.bc { margin-left:auto; margin-right:auto; }
.vtb { vertical-align: text-bottom; }
.middle,.vm { vertical-align: middle; }
.bottom,.vb { vertical-align: bottom; }
.top,.vt { vertical-align: top; }
.vn { vertical-align: -2px; }
.b-0{ bottom:0; }
.b-1{ bottom:1px !important; }
.l-0{ left:0; }
.l-1{ left:1px !important; }
.r-0{ right:0; }
.r-1{ right:1px !important; }
.t-0{ top:0; }
.t-1{ top:1px !important; }
.z-100{ z-index:100; }
.z-200{ z-index:200; }
.text-overflow {overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.lt0 { letter-spacing: 0; }
.lt1 { letter-spacing: 1px; }
.nowrap { white-space: nowrap; }
.line{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.bk { word-wrap:break-word; }
.cb { clear:both; }
.cl { clear:left; }
.cr { clear:right; }
.zx1 { z-index: 1; }
.zx2 { z-index: 2; }
.cp { cursor: pointer; }
.cd { cursor: default; }
.ovh { overflow: hidden; }
.ovs { overflow: scroll; }
.vh { visibility: hidden; }
.vv { visibility: visible; }
.zoom { zoom:1; }
.tline{ border-top: 1px solid #41444d; }
.bline{ border-bottom: 1px solid #41444d; }
.rline{ border-right: 1px solid #41444d; }
.lline{ border-left: 1px solid #41444d; }
.fs-12{ font-size:12px !important; }
.fs-13{ font-size:13px !important; }
.fs-14{ font-size:14px !important; }
.fs-15{ font-size:15px !important; }
.fs-16{ font-size:16px !important; }
.fs-18{ font-size:18px !important; }
.fs-20{ font-size:20px !important; }
.fs-22{ font-size:22px !important; }
.fs-24{ font-size:24px !important; }
.fs-28{ font-size:28px !important; }
.fs-30{ font-size:30px !important; }
.fs-36{ font-size: 36px !important; }
.bold{ font-weight:bold !important; }
.bolder{ font-weight:bolder !important; }
.lineThrough{ text-decoration:line-through; }
.italic{ font-style:italic; }
.normal{ font-style:normal; font-weight:normal; }
.indent2em{ text-indent:2em; }
.nowrap{ white-space:nowrap; }
.ellipsis{ text-overflow:ellipsis; }
.yahei{ font-family:\5FAE\8F6F\96C5\9ED1; }
.arial{ font-family: "arial"; }
.tahoma{ font-family: "tahoma"; }
.verdana{font-family: "verdana";}
.wordBreak{word-wrap: break-word;word-break: break-all;}
.imgbox{ border:1px silver solid; }
.halfOpacity{ filter:alpha(opacity=50); opacity:0.5; }
.mlra{ margin-left:auto!important; margin-right:auto!important; }
.no-mar{ margin:0 !important; }
.m10{ margin:10px !important; }
.m20{ margin:20px !important; }
.mt0{margin-top:0px !important;}
.mt5{margin-top:5px !important;}
.mt10{margin-top:10px !important;}
.mt15{margin-top:15px !important;}
.mt20{margin-top:20px !important;}
.mt30{margin-top:30px !important;}
.mt40{margin-top:40px !important;}
.mt45{margin-top:45px !important;}
.mt50{margin-top:50px !important;}
.mt60{margin-top:60px !important;}
.mt80{margin-top:80px !important;}
.mt100{margin-top:100px !important;}
.mb0{margin-bottom:0px !important;}
.mb5{margin-bottom:5px !important;}
.mb10{margin-bottom:10px !important;}
.mb20{margin-bottom:20px !important;}
.mb40{margin-bottom:40px !important;}
.ml5{margin-left: 5px !important;}
.ml10{margin-left: 10px !important;}
.ml20{margin-left: 20px !important;}
.ml30{margin-left: 30px !important;}
.ml60{margin-left: 60px !important;}
.ml100{margin-left: 100px !important;}
.ml120{margin-left: 120px !important;}
.mr10{margin-right:10px !important;}
.mr20{margin-right:20px !important;}
.mr30{margin-right:30px !important;}
.no-pad{ padding:0 !important; }
.no-pad-l{ padding-left:0 !important; }
.p1{ padding:1px !important; }
.p2{ padding:2px !important; }
.p5{ padding:5px !important; }
.p10{ padding:10px !important; }
.p15{ padding:15px !important; }
.p20{ padding:20px !important; }
.pb5{ padding-bottom:5px !important; }
.pb10{ padding-bottom:10px !important; }
.pb15{ padding-bottom:15px !important; }
.pb20{ padding-bottom:20px !important; }
.plr2{ padding:0 2px !important; }
.pl5{ padding-left:5px !important; }
.pl10{ padding-left:10px !important; }
.pl15{ padding-left:15px !important; }
.pl20{ padding-left:20px !important; }
.pl35{ padding-left:35px !important;}
.pl125{ padding-left:125px !important;}
.pr5{ padding-right:5px !important; }
.pr10{ padding-right:10px !important; }
.pr15{ padding-right:15px !important; }
.pr20{ padding-right:20px !important; }
.pt0{ padding-top:0px !important; }
.pt5{ padding-top:5px !important; }
.pt10{ padding-top:10px !important; }
.pt15{ padding-top:15px !important; }
.pt20{ padding-top:20px !important; }
.h10{ height:10px !important; }
.h20{ height:20px !important; }
.h22{ height:22px !important; }
.h24{ height:24px !important; }
.h26{ height:26px !important; }
.h28{ height:28px !important; }
.h30{ height:30px !important; }
.h35{ height:35px !important; }
.h40{ height:40px !important; }
.h45{ height:45px !important; }
.h50{ height:50px !important; }
.h60{ height:60px !important; }
.h100{ height:100px !important; }
.h200{ height:200px !important; }
.h300{ height:300px !important; }
.h400{ height:400px !important; }
.h460{ height:460px !important; }
.h500{ height:500px !important; }
.lh14{ line-height:14px !important; }
.lh16{ line-height:16px !important; }
.lh18{ line-height:18px !important; }
.lh20{ line-height:20px !important; }
.lh22{ line-height:22px !important; }
.lh24{ line-height:24px !important; }
.lh26{ line-height:26px !important; }
.lh28{ line-height:28px !important; }
.lh40{ line-height:40px !important; }
.lh150{ line-height:150%; }
.lh180{ line-height:180%; }
.lh200{ line-height:200%; }
.lhn{ line-height:normal; }
.lh-15{line-height: 1.5}
.lh-20{line-height: 2}
.line_one{white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.line_2{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2; }
.line_3{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3; }
.line_one_table{white-space: nowrap;overflow: hidden;text-overflow: ellipsis;  display: inline-block; vertical-align: middle;}
.w10{width:10px !important; }
.w20{width:20px !important; }
.w30{width:30px !important; }
.w40{width:40px !important; }
.w70{ width:70px !important; }
.w80{ width: 80px !important; }
.w100{ width:100px !important; }
.w120{ width:120px !important; }
.w125{ width:125px !important; }
.w140{ width:140px !important; }
.w200{ width:200px !important; }
.w300{ width:300px !important; }
.w400{ width:400px !important; }
.w420{ width:420px !important; }
.w500{ width:500px !important; }
.w1000{ width:1000px !important; }
.w1100{ width:1100px !important; }
.w1225{ width:1225px !important; }
.w1920{ width:1920px !important; }
.half-w{ width:50% !important; }
.height-fit,.full-h { height: 100% !important; }
.width-fit,.full-w{ width:100% !important; }
.full{width:100%;height:100%}
.text-green{color: #00C800 !important;}
.text-yellow{color: #e4a307 !important;}
.text-brown{ color:#cd7133 !important; }
.text-theme{ color: #8a088c !important; }
.text-black{ color:#000 !important; }
.text-blue{ color:#0761b1 !important; }
.text-gray{ color:#808080 !important; }
.text-gray-3{color: #333 !important;}
.text-gray-6{color: #666 !important;}
.text-gray-9{color: #999 !important;}
.text-orange{ color:#ff7e00 !important; }
.text-purple{ color:#800080 !important; }
.text-red{ color:#ea3d37 !important; }
.text-silver{ color:#c0c0c0 !important; }
.text-white{ color:#fff !important; }
.text-c92{color: #929292 !important;}
.text-c222{ color:#222 !important; }
.text-cd0{color: #d0d0d0 !important;}
.text-white {color: white!important;}
.text-ash {color: #b2b2b2!important;}
.text-wx {color:#07af12!important;}
.text-qq {color:#1296db!important;}
.text-sash{color:#5c5c5c!important}
.text-orange{color: #f27d00 !important;}
.text-a8{color:#a8a8a8!important}
.text-66{color:#666666!important;}
.text-cc{color:#ccc!important;}
.text-99{color:#999!important}
.text-33{color:#333!important}
.text-70{color:#707070 !important;}
.text-gray-3{color: #333 !important;}
.text-gray-6{color: #666 !important;}
.text-gray-9{color: #999 !important;}
.bg { background: rgba(0, 0, 0, 0) url(../images/common/bg-black.png) repeat scroll 0 0; }
.bg-black{ background-color:#000 !important; }
.bg-white { background-color: #fff !important; }
.bg-gray{background-color: #f5f7f9 !important;}
.bg-purple{background-color: #cbcbff !important;}
.bg-red{background-color: #ce6464 !important;}
.bg-yellow{background-color: #ffffc9 !important;}
.bg-pink{background-color: #ffcccb !important;}
.bg-f7{background-color: #f7f7f7 !important;}
.br2{ border-radius:2px !important; }
.br3 { border-radius:3px !important; }
.br4{ border-radius:4px !important; }
.br5 { border-radius:5px !important; }
.br8{ border-radius:8px !important; }
.br10 { border-radius:10px !important; }
.rt3 { border-radius:3px 3px 0 0; }
.rt5 { border-radius:5px 5px 0 0; }
.rt10 { border-radius:10px 10px 0 0; }
.rb3 { border-radius:0 0 3px 3px; }
.rb5 { border-radius:0 0 5px 5px; }
.rb10 { border-radius:0 0 10px 10px; }
.rl3 { border-radius:3px 0 0 3px; }
.rl5 { border-radius:5px 0 0 5px; }
.rl10 { border-radius:10px 0 0 10px; }
.rr3 { border-radius:0 3px 3px 0; }
.rr5 { border-radius:0 5px 5px 0; }
.rr10 { border-radius:0 10px 10px 0; }
.cirque{-moz-border-radius:50%; -webkit-border-radius:50%; border-radius:50%}

/* -----
 * 公共
 * --------------------------------------------- */
.layout {width:1440px;margin:0 auto}

.mod-hd{ border-bottom: 1px solid #e6e6e6; position: relative; background-color: white; width: 100%; overflow: hidden;}
.mod-hd .tabs {position: relative; top: 1px; float: left; color: #404040; }
.mod-hd .tabs a{ margin-right: 20px; font-size: 20px; height: 39px; font-weight: normal; display: inline-block;}
.mod-hd .tabs a i{ font-size: 20px; margin-right: 5px; }
.mod-hd .tabs a.active { color: #1479d7; border-bottom: 2px solid #0276DA;}
.mod-hd .more { float: right; margin-top: 14px;}
.mod-hd .label { float: right; text-align: right; min-width: 200px;}
.mod-hd .label li { display: inline-block; margin-left: 26px; line-height: 39px;}
.mod-hd .label li a { font-size: 14px; color: #64788C;}
.mod-hd .label li a:hover { color: #0c82ff;}

.mod-bd .txtArea {margin-top: 20px;}
.mod-bd .txtArea li {line-height: 30px;}
.mod-bd .txtArea li:hover a {color: #0e7dd2;}
.mod-bd .txtArea li a{font-size: 14px; color:#333;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:86%;width: calc(100% - 65px);display:inline-block;font-size:14px;position: relative;padding-right: 30px;box-sizing: border-box;}
.mod-bd .txtArea li i{float: left;width: 4px;height: 4px;margin-right: 6px;margin-top: 12px;background: #c4c4c4;border-radius: 50%;}
.mod-bd .txtArea li span{float:right;color: #999;}

.mod-main{padding:20px;background:#fff;}
.mod-box {margin-top: 30px}
.mod-left-menu{width: 230px;float: left;min-height: 500px}
.mod-left-menu .tit{background-color: #0e7dd2;line-height: 50px;text-align: left;color: #fff;font-size: 20px;font-weight: 100;padding-left: 60px;}
.mod-left-menu .list a{background-color: #f2f2f2;margin-top: 2px;line-height: 50px;padding-left: 60px;color: #666;font-size: 16px;display: block;position: relative;}
.mod-left-menu .list a i{position: absolute;left: 20px;}
.mod-left-menu .list a:hover,.mod-left-menu .list a.active{color: #0e7dd2;}
.mod-right-content{width: 1140px;float: right;}


.layout .hd{ border-bottom: 1px solid #C9DFF4; background-color: white;}
.layout .hd h2 {position: relative; top: 1px; float: left; color: #404040; font-size: 20px; height: 39px; font-weight: normal; display: inline-block;}
.layout .hd h2.active { color: #1479d7; border-bottom: 2px solid #0276DA;}
.layout .hd .more { float: right; margin-top: 30px;}
.layout .hd .label { float: right; text-align: right; min-width: 200px;}
.layout .hd .label li { display: inline-block; margin-left: 26px; line-height: 39px;}
.layout .hd .label li a { font-size: 14px; color: #64788C;}
.layout .hd .label  li a:hover { color: #0c82ff;}
.layout .bd .txtArea {margin-top: 20px;}
.layout .bd .txtArea li { font-size: 16px; line-height: 36px; width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.mod-nodata { text-align: center; margin: 100px auto; width: 440px; }
.mod-nodata i { font-size: 50px; display: none; }
.mod-nodata p.tit { font-size: 18px; }
.mod-nodata p { font-size: 14px; line-height: 30px; text-align: left; }
.hover-img:hover{filter: alpha(opacity=80); -moz-opacity: 0.8;opacity: 0.8;}

.hover-bg,.hover-bg a{transition: .3s all;}
.hover-bg:hover{background: #0e7dd2 !important;color: #fff !important;}
.hover-bg:hover a{color: #fff;}
.hover-a{transition: .2s all;}
.hover-a:hover{color: #0e7dd2 !important; }
.hover-scale{padding:3px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;position:relative}
.hover-scale>.wrap{position:relative;left:0;top:0;width:100%;height:100%;overflow:hidden;box-sizing:content-box}
.hover-scale:hover>.wrap{transition:all .2s;-ms-transition:all .2s;-moz-transition:all .2s;-webkit-transition:all .2s;padding:3px;top:-3px;left:-3px;z-index:1;box-shadow:1px 1px 5px 0 #888;filter:progid:DXImageTransform.Microsoft.Shadow(color='#bbbbbb',Direction=135,Strength=3);box-sizing:content-box}

.tag{overflow:hidden;text-overflow:ellipsis;display:inline-block;max-width:100%;vertical-align:middle;color:#fff!important;font-size:9pt;font-weight:700;font-family:Arial;background:#000;padding:1px 4px;margin-left:5px;height:14px; line-height: 13px; text-align:center;white-space:nowrap;border-radius:3px;-webkit-border-radius:3px;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-border-radius:3px;-o-border-radius:3px;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-box-direction:normal;float:initial!important;position: absolute;right: 0; top: 7px;}
.tag-border-orange, .tag-border-gree, .tag-border-purple, .tag-border-red{background: none; border: 1px solid #000; padding: 0px 4px;}
.tag-bg-orange{background-color: #ff6f3d !important;}
.tag-border-orange {background: none; color: #ff6f3d !important; border-color: #ff6f3d !important;}
.tag-bg-gree{background: #80bd01 !important;}
.tag-border-gree {color: #80bd01 !important; border-color: #80bd01 !important;}
.tag-bg-purple{background: #9e78c0 !important;}
.tag-border-purple {color: #9e78c0 !important; border-color: #9e78c0 !important;}
.tag-bg-red{background: rgb(221,0,0) !important;}
.tag-border-red {color: rgb(221,0,0) !important; border-color: rgb(221,0,0) !important;}

.box-sizing{box-sizing: border-box;}
.com-h-img{width: 100%;height: 100%;display: block;object-fit: cover;position: absolute;left: 50%;margin-left: -50%;}

.p1t { width: 100%; display: inline-block;}
.p1t img { -webkit-border-radius: 4px; -moz-border-radius: 4px; -ms-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; width: 214px; height: 120px;}
.p1t p { margin-top: 10px; font-size: 14px; line-height: 24px; height: 48px; overflow: hidden; display: -webkit-box; text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}

/* -----
 * 加载效果
 * --------------------------------------------- */
.loading{width: 80px;height: 40px;margin: auto;position: fixed;left: 0;right: 0;top: 0;bottom: 0;z-index: 999;}
.loading span{display: inline-block;width: 8px;height: 100%;border-radius: 4px;background: #ff7f02;-webkit-animation: load 1s ease infinite;}
@-webkit-keyframes load{
0%,100%{height: 40px;background: #ff7f02;}
50%{height: 70px;margin: -15px 0;background:#ff9b39;}
}
.loading span:nth-child(2){-webkit-animation-delay:0.2s;}
.loading span:nth-child(3){-webkit-animation-delay:0.4s;}
.loading span:nth-child(4){-webkit-animation-delay:0.6s;}
.loading span:nth-child(5){-webkit-animation-delay:0.8s;}
/* -----
 * 表单样式
 * --------------------------------------------- */
input, textarea, select{border: none;outline: none;font-family: "Microsoft YaHei";}
input[type=text]:focus, input[type=password]:focus, textarea:focus, select:focus {border-color: #f08200!important;-moz-box-shadow: inset 0 1px 1px #ebebeb,0 0 8px #FEC5FF;-webkit-box-shadow: inset 0 1px 1px #ebebeb, 0 0 8px #ffdaaf;box-shadow: inset 0 1px 1px #ebebeb, 0 0 8px #ffdaaf;-moz-transition: all .2s linear 0s;-o-transition: all .2s linear 0s;-webkit-transition: all .2s linear;-webkit-transition-delay: 0s;transition: all .2s linear 0s;}
.form{padding:20px;overflow: hidden;}
.form-item{margin: 18px 0px;position: relative;}
.form-item .form-label{position: absolute;width: 70px;text-align: right;line-height: 36px;font-size: 14px;color: #333;white-space: nowrap;}
.form-item .form-input{padding: 5px 10px;vertical-align: top;box-sizing: border-box;}
.form-item .laydate-icon{height: 36px;border: 1px solid #e6e6e6;}
.form-txt{line-height:36px;font-size: 14px;white-space: nowrap;}
.form-txt a + a{ margin-left:10px;}
.form-num {color: #333;line-height: 47px;}
.form-num em {color: #951c97;}
.form-text { margin-top: 15px;}
.form-text i {width: 14px;height: 14px;display: inline-block;background: url(../images/points.png) no-repeat;vertical-align: middle;margin-right: 5px;}
.form-text em {color: #961b97;}
.form-other{margin-left: 80px;font-size: 14px;width: 400px;overflow: hidden;}
.form-input,.form-select{display: block;width: 100%;height: 36px;padding: 5px 12px;font-size: 14px; cursor: pointer; line-height: 26px;color: #555;background-color: #fff;background-image: none;border: 1px solid #e6e6e6;}
.form-radio{width: 16px;height: 16px;vertical-align: sub;margin-right: 5px;cursor: pointer;}
.form-area{display: block;width: 100%;height: 100px;padding: 5px 12px;font-size: 14px;line-height: 26px;color: #555;background-color: #fff;background-image: none;border: 1px solid #e5e5e5;box-sizing: border-box;resize: none;}
.form-btn{overflow:visible;color:#fff;font-size:14px;line-height: 36px;height: 36px;padding: 0px 26px;background: #FF7F02;display:inline-block;vertical-align:middle;*vertical-align:auto;*zoom:1;*display:inline;cursor:pointer;white-space: nowrap;}
.form-btn:hover{color:#fff !important;background: #ff961b;}
.form-btn-bor{overflow:visible;font-size:14px;line-height: 36px;height: 36px;padding: 0 26px; border: 1px solid #0c82ff; color: #0c82ff;display:inline-block;vertical-align:middle;*vertical-align:auto;*zoom:1;*display:inline;cursor:pointer;background: #fff;}
.form-btn-bor:hover{color:#fff !important;background: #0c82ff;border: 1px solid #0c82ff; }
.form-thumbnail{position:relative;width: 172px;}
.form-thumbnail img{width:150px;height:150px;overflow:hidden;padding:10px;border: 1px solid #eee;margin-top: 10px;}
.form-thumbnail .close{position:absolute;top: 21px;right: 11px;display:block;padding: 0 10px;height: 24px;line-height:24px;background: #ff0202;color: #fff;}
.form-thumbnail input{position:absolute; right:-200px;}
.package .form-btn{height: 25px;line-height: 25px; padding: 0 20px;}
.form-gray{ background:#ddd;}
.form-horizontal .form-item{ margin: 10px 0;}
.form-control{margin-left: 80px;position: relative;}
.form-control input[type="checkbox"]{outline:0;-webkit-appearance:checkbox;vertical-align: -2px;margin-right: 5px;}
.form-control input[type="radio"]{outline:0;-webkit-appearance:radio;vertical-align: -2px;margin-right: 5px;}
.form-control .unit{ position:absolute; top:0; right:10px; line-height:36px;}
.form-checkbox{white-space:nowrap;float:left;width: 25%;font-size: 14px;line-height: 36px;text-align: left;}
.form-checkbox input{ vertical-align:middle;}
.form-see .form-item .form-label{width: 120px;}
.form-see .form-val .form-control{margin-left: 130px;}
.form-see .status label + label{margin-left:15px;}
.btn-block{display:block;width: 100%;height: 46px;line-height: 46px;font-size: 16px;}
.form-btn[disabled=disabled]{ background:#ddd;}
.form-val{margin: 8px 0px;}
.form-val .form-control{line-height: 26px;font-size: 14px;padding: 5px 0;}
.btn-red{ background:#f69;}
.btn-red:hover{ background:#E04573;}
.btn-orange{ background: #f60;}
.btn-orange:hover{ background: #ff7c25;}
.btn-yellow{ background: #e4a307;}
.btn-yellow:hover{ background: #CA8F00;}
.btn-green{ background: #36c319; }
.btn-green:hover{ background: #36c319; }
.btn-gray{ background:#ddd; }
.btn-greens{ background: #27cab9; }
.btn-greens:hover{ background:#1CBCAB; }
.btn-greenss{  background:#6abb78; }
.btn-greenss:hover{ background: #5fa56b;}
.btn-blue{ background: #4cb0e2; }
.btn-blue:hover{ background: #4cabe2; }
em.error {color: #f00;line-height: 20px;font-size: 14px;height: 20px;display: inline-block;vertical-align: text-bottom;position: absolute;bottom: -18px;left: 0;white-space: nowrap;}
.icon{display: inline-block;background: url(../images/icon.png) no-repeat;vertical-align: middle;}

.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12{float:left;}
.col-12{width:100%}
.col-11{width:91.66666667%}
.col-10{width:83.33333333%}
.col-9{width:75%}
.col-8{width:66.66666667%}
.col-7{width:58.33333333%}
.col-6{width:50%}
.col-5{width:41.66666667%}
.col-4{width:33.33333333%}
.col-3{width:25%}
.col-2{width:16.66666667%}
.col-1{width:8.33333333%}

/*表格*/
.table{width:100%;background-color:#fff;}
.table-striped>tbody>tr:nth-of-type(even){background-color: #fefefe}
.table-striped>tbody>tr:hover td{  color:#0e7dd2; background-color:#f5f5f5;}
.table thead tr{background-color: #f7f7f7;}
.table thead tr th{ font-weight: 700; text-align: center; }
.table td,.table th{padding: 14px 10px;min-height: 24px;line-height: 24px;font-size: 14px;color: #000;text-align: left; vertical-align: middle;}
.table td{color: #000;font-size:14px;}
.table th{padding: 8px 10px;white-space: nowrap;}
.table .tit div{max-width: 150px;text-align: left;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.table tbody td{border-bottom: 1px solid #fcfcfc;word-break: break-all;word-wrap: break-word;}
.table tbody td .zzsp{margin: 0 0 0 7px;color: #0e7dd2;cursor:  pointer;border: 1px solid #ccc;font-size: 20px;width: 24px;display: inline-block;text-align: center;border-radius: 4px;}
.table tbody td .zzsp:hover{ color#fff; border:1px solid #0e7dd2;}
.table td a{white-space: nowrap;}
.table td .link{ color:#ff7f02;}
.table td a + a{ margin-left:10px;}
.table td.tit{position: relative;height: 48px;}
.table td.tit i,.table td.skucode i{width:20px;height:20px;background-position: 0 -80px;}
.table td.skucode i{margin-left:5px;}
.table td.tit img {margin-right: 8px;width: 25px;cursor: pointer;}
.table td a.txt-theme{border: 1px solid; padding: 2px 5px;background: #fff;}
.table td a.txt-gray,.table td a.txt-gray:hover{color:#ccc;border: 1px solid;padding: 2px 5px;background: #fff;cursor: not-allowed;}
/*.table-border thead tr{ background:#fff; border-bottom:1px solid #e6e6e6;}*/
.table-border thead tr th, .table-border tbody tr td{border: 1px solid #E3E3E3;}
.table-border>tbody>tr:hover td{color:#0e7dd2}
.table-sm td,.table-sm th { padding: 8px 5px; }
.table .modify-input{width: 250px;height: 20px;padding: 4px 9px;font-size: 14px;line-height: 26px;color: #555;background:transparent;border:1px solid transparent;margin-right: 10px;}
.table tr:hover .modify-input{border: 1px solid #e6e6e6;background: #fff;}
.no-data,.no-default{ padding:40px; line-height:30px; font-size:16px; text-align:center;}
.no-data a{ color:#ff7f02;}
.table th i.iconfont{position:relative;}
.table th i.iconfont .t_tip{display:none;position:absolute; font-size:14px;background: #000;color: #fff;top: -48px;padding: 6px 17px;border-radius: 8px;right: 0;}
.table th i.iconfont:hover .t_tip{display:block;}
/* -----
 * 400页面
 * --------------------------------------------- */
.mod-errord-logo{width: 940px;margin:20px auto 0;}
.mod-error{width: 480px;background: url(../images/common/404.gif) no-repeat center top;padding-top: 215px;margin: 85px auto 0px;font-size:14px;line-height:20px;}
.mod-error-5{background: url(../images/500.gif) no-repeat center top;}
.mod-error a{color: #606;}
.mod-error a:hover{ color:#999;}
/* -----
 * 分页
 * --------------------------------------------- */
.mod-page { height: auto; text-align: center; overflow: hidden; margin: 26px 0 35px; font-size:0 }
.mod-page .p-item { color: #aaa; height: 38px; width: 38px; text-align: center; line-height: 38px; display: inline-block; border: 1px solid #eee; font-size: 14px; transition: box-shadow .15s ease-out; -webkit-transition: box-shadow .15s ease-out; -moz-transition: box-shadow .15s ease-out; -o-transition: box-shadow .15s ease-out}
.mod-page .p-item:hover { color: #fff!important; background: #439afe; text-decoration: none; border: 1px solid #439afe}
.mod-page .p-item.p-total{width: 80px;}
.mod-page .p-item.p-prev {width: 96px;}
.mod-page .p-item.p-next {margin-right: 17px; height: 38px; line-height: 38px;width: 96px;}
.mod-page .p-cur { color: #fff; background: #439afe;  cursor: pointer; border: 1px solid #439afe;  }
.mod-page .p-cur:hover { color: #fff; box-shadow: none }
.mod-page .p-ellipsis { display: inline-block; color: #999; vertical-align: middle; background: #fff; font-size: 12px; width: 40px; line-height: 40px }
.mod-page .p-info { color: #b5b5b5; font-size: 14px; font-family: 宋体 }
.mod-page .p-info .i-num { margin: 0 5px; font-family: Microsoft YaHei }
.mod-page .p-input { width: 32px; height: 20px; line-height: 20px; padding: 7px 0; border: 1px solid #ddd; text-align: center; margin: 0; outline: 0 }
.mod-page .p-enter { height: 34px; line-height: 32px; width: 64px; display: inline-block; border: 1px solid #ddd; background: #f5f5f5; font-size: 14px; font-family: 宋体; color: #63544F }
.mod-page .p-enter:hover { text-decoration: none; color: #333!important }
.mod-page .p-disabled, .mod-page .p-disabled:hover { color: #999!important; height: 36px; padding: 0 15px; line-height: 36px; border: 1px solid #ddd }
.mod-page .p-disabled { cursor: default; text-align: center; display: inline-block; font-size: 15px }
.mod-page .p-disabled:hover { text-decoration: none; box-shadow: none }
.page-ellipsis .p-info, .mod-page .p-enter, .mod-page .p-input, .mod-page .p-item { vertical-align: middle }
.mod-page .p-arrow { font-family: 宋体 }
.mod-page .p-dot{background:url(../images/ico-dot.png) center no-repeat;  display:inline; border:none;}

.mod-page{height:42px;margin-bottom: 40px;margin-top: 50px;}
.mod-page .page-box{line-height:40px;margin:auto;text-align: center;max-width:1200px}
.mod-page .page-box .valign{overflow: hidden; text-align: center;display: inline-block;}
.mod-page .page-box .valign a{background:#fff;display:inline-block;float:left;padding: 0 15px;height:40px;text-align:center;border:1px solid #e4e4e4;transition:all .5s;font-size:16px;color:#999;margin-right: 10px}
.mod-page .page-box .valign a:hover{transition:all .5s;background:#0066cc;color:#fff;border-color:#0066cc;}
.mod-page .page-box .valign .page-more{border: none;}
.mod-page .page-box .valign .btn-next,.mod-page .page-box .valign .btn-prev{font-size: 14px;}
.mod-page .page-box .valign .active{background:#0066cc;color:#fff;border-color:#0066cc;}
/* -----
 * 分页
 * --------------------------------------------- */
.pagination{text-align:center;height:34px;margin:50px 0; font-size: 12px;}
.pagination li{display:inline;height: 34px;margin: 0px 1px;}
.pagination li.disabled span{color: #C5C5C5;}
.pagination li span,.pagination li a{background:#fff;border:1px solid #e4e4e4;padding: 7px 12px;color: #999;display: inline-block;}
.pagination li a:hover,.pagination li.active span{background: #e4a307;color: #fff;border: 1px solid #e4a307;}
/* -----
 * 面包屑导航
 * --------------------------------------------- */
.mod-breadcrumb {color: #666;font-size: 14px;line-height: 40px;height: 40px;font-family: "宋体";background-color: #f8f8f8;min-width: 1440px;padding:0 20px;}
.mod-breadcrumb a{color: #666;font-family: "微软雅黑"; font-size: 16px;vertical-align: top;}
.mod-breadcrumb a:hover{color: #0e7dd2;text-decoration: underline;}

/* -----
 * 公共头部
 * --------------------------------------------- */
.mod-top{background:#f8f8f8; height: 35px; line-height: 35px;  color: #888; min-width: 1180px; }
.mod-top .info span{ margin: 0px 2px; }
.mod-top .info .tit{font-weight: 700; color: #1479d7;}
.mod-top .link{}
.mod-top .link a{ position: relative; z-index: 100;float: left;color:#888;padding: 0px 15px; }
.mod-top .link a:hover{ color: #1479d7; }
.mod-top .link span{ float:left;}
.mod-top .link .rline{  height: 16px;margin-top: 9px;}
.mod-top .link .tel{ padding-left:15px; }

.mod-head {height: 300px;}
.mod-head .layout {position: relative;z-index: 999;}
.mod-head .logo {width: 391px;position: absolute;top: 100px;}
/* -----
 * 搜索
 * --------------------------------------------- */
.mod-search{padding:15px 20px;overflow:hidden; background: #fff;}
.mod-search .time{margin-top:5px}
.mod-search .time i{font-size:20px;color:#0e7dd2;margin-right:5px}
.mod-search .time span{font-size:14px;color:#999}
.mod-search form .search-item .search-click{position:absolute;left:1px;color:#666;font-size:14px;margin-top:1px;width: 70px;border-right: 1px solid #eaeaea;}
.mod-search form .search-item .search-click select{border: none;height: 34px;width: 69px;}
/* .mod-search form .search-item .search-click option{border: none; height: 34px !important;width: 78px;} */
.mod-search form .search-item .validate{width:315px;height:36px;border:solid 1px #eaeaea;padding-left:74px;font-size:14px;display: block}
.mod-search form .search-item .validate select{border: none;height: 34px;width: 100%;}
.mod-search form .search-item .validate .Wdate{height: 26px;width: 110px;margin-top: 4px;padding-left: 5px;}
.mod-search form .search-button #search{border:none;height:36px;width:62px;background:#fc0;color:#fff;margin-left:-1px}
.mod-search form .search-senior {border:none;height:36px;width:68px;background:#eeeeee;color:#888888;margin-left:-1px;display: inline-block;text-align: center;line-height: 36px;}

/* -----
 * 导航菜单
 * --------------------------------------------- */
.mod-nav{background-image: url(../images/nav-bg.png);background-image:linear-gradient(0deg,#086fbe 0,#278ddc 50%,#44a9f7 100%),linear-gradient(#3cbff2,#3cbff2);background-blend-mode:normal,normal;height:120px}
.mod-nav .nav-main {line-height: 60px; float: left;}
.mod-nav .nav-main .nav-item { float: left; width: 144px; text-align: center; line-height: 60px; height: 60px;}
.mod-nav .nav-main .nav-item a { padding: 0px 7px; color: #fff; font-size: 16px; vertical-align: middle; height: 32px; line-height: 32px; display: inline-block;}
.mod-nav .nav-main .nav-item a:hover{background-color: #fff;border: 1px solid #00579a; color: #026dbe; text-decoration: none; box-shadow: 0 0 8px rgba(5, 108, 186,.4) inset}
/* -----
 * 公共底部
 * --------------------------------------------- */
.mod-foot{width: 100%; min-width:1440px; padding: 40px 0;background-color: #0e7dd2;margin-top: 20px;padding: 30px 0px; text-align: center;}
.mod-foot .nav{ color:#fff; font-size:14px; margin-bottom: 5px;}
.mod-foot .nav a{ margin:0px 8px; color:#fff;}
.mod-foot .nav a:hover{color: #8a088c;}
.mod-foot p{text-align: center;font-size: 14px;color: #fff; line-height: 24px;}
.mod-foot p a{color: #fff;}

/* -----
 * 二级页面Banner背景
 * --------------------------------------------- */
.head-banner { width: 100%; height: 363px; padding-top: 170px; color: #fff; background-color:#b6c6cd;overflow: hidden; }
.head-banner h1 { margin: 0 0 30px 0; font-size: 44px; font-weight: normal; }
.head-banner p { font-size: 14px; line-height: 2; }

/* -----
 * 返回顶部
 * --------------------------------------------- */
.go-top{position: fixed;display: none;bottom: 50px;right: 20px;font-size: 60px;cursor: pointer;color: rgba(204,204,204,.5);display: none;z-index: 22;}
.go-top:hover{color: #b5b5b5;}

/* -----
 * 换肤-红
 * --------------------------------------------- */
.skin-red .color-blue{color:#e43321;}
.skin-red .hover-bg:hover{background: #e43321 !important;}
.skin-red .hover-a:hover{color: #e43321 !important; }

.skin-red .mod-nav a:hover{background:#fff;color:#e43321;border-top:2px solid #fc0;}
.skin-red .mod-search form .search-button #search{background: #e43321;}
.skin-red .mod-search .time i{color: #e43321;}
.skin-red .mod-txtScroll .tis{background-color: #e43321;}
.skin-red .mod-txtScroll .bd li .download{color: #e43321;}
.skin-red #banner .num li.on span,.num a:hover {background:#e43321;}
.skin-red #banner .bd li:hover .time{background-color: #e43321;}
.skin-red #banner .bd li:hover .info .txt h3 a{color: #e43321;}
.skin-red .mod-hd a:hover{color: #e43321;}
.skin-red .mod-hd .tabs-hd .active{color:#e43321;border-bottom: 2px solid #e43321;}
.skin-red .news-list li i{background: #e43321;}
.skin-red .news-list li:hover,.skin-red .news-list li:hover a{color:#e43321}
.skin-red .news-list li:hover,
.skin-red .news-list li:hover a {
	color: #e43321;
}
.skin-red .index-zczs .bd .xx:hover{color: #e43321;}
.skin-red .mod-footer{background-color: #e43321;}

/* flex */
.flex {display: -webkit-box;display: -ms-flexbox;display: flex;}
.flex-center {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
.flex-y-start {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: start;-ms-flex-align: start;align-items: start;}
.flex-y-center {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
.flex-y-end {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: end;-ms-flex-align: end;align-items: end;}
.flex-0 {-webkit-box-flex: 0;-ms-flex: 0;flex: 0;}
.flex-1 {-webkit-box-flex: 1;-ms-flex: 1;flex: 1;}
.flex-bt {-ms-flex-pack: distribute;justify-content: space-between;}
.flex-row {-webkit-box-orient: horizontal;-webkit-box-direction: normal;-ms-flex-direction: row;flex-direction: row;}
.flex-column {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;}
.flex-x-end {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: flex-end;-ms-flex-pack: flex-end;justify-content: flex-end;}
.flex-x-center {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;}
.flex-x-start {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: start;-ms-flex-pack: start;justify-content: start;}
.flex-wrap{-webkit-flex-wrap: wrap;-webkit-box-lines: multiple;-moz-flex-wrap: wrap;flex-wrap: wrap;}
@-webkit-keyframes scale_b {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }

  100% {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
  }
}

@-moz-keyframes scale_b {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }

  100% {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
  }
}

@-o-keyframes scale_b {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }

  100% {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
  }
}

@-ms-keyframes scale_b {
  .rw .rw_banner .rw_banner_a 0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  .rw .rw_banner .rw_banner_a 50% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }

  .rw .rw_banner .rw_banner_a 100% {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
  }
}